home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / ntterm_p.h < prev    next >
C/C++ Source or Header  |  1993-10-15  |  318b  |  13 lines

  1. #ifndef __NTTERM_P_H__
  2. #define __NTTERM_P_H__
  3.  
  4. extern _VOID_ initialize_win_nt_display _P_((void));
  5. extern _VOID_ syms_of_ntterm _P_((void));
  6. extern _VOID_ RestoreConsole _P_((void));
  7. extern _VOID_ TakeConsole _P_((void));
  8. #ifdef _WINDOWS_
  9. extern BOOL WINAPI CtrlCHandler _P_((DWORD type));
  10. #endif
  11.  
  12. #endif
  13.